Values Property

Summary

Gets a collection containing the values in the DictionaryWithEvents<TKey,TValue>.

Syntax
C#
VB
C++
public ICollection<TValue> Values { get; } 
  
Public ReadOnly Property Values As ICollection(Of TValue) 
public: 
property ICollection<TValue^>^ Values { 
   ICollection<TValue^>^ get(); 
} 

Property Value

A ValueCollection containing the values in the DictionaryWithEvents<TKey,TValue>.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly